home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / patches / _310ptch / dttmfx / dttmfix.txt < prev    next >
Text File  |  1996-07-10  |  4KB  |  66 lines

  1. This README file accompanies DTTMFIX for NetWare 386 v3.10 rev. A.  The
  2. following file is included for this revision:
  3.  
  4.       DTTMFIX  NLM      1973 11-27-90   4:09p 
  5.       PATCHMAN NLM      4174 10-29-90  12:51p 
  6.  
  7. DTTMFIX is a dynamic patch which is loaded at the file server console as a 
  8. NetWare Loadable Module.  This patch fixes a bug in NetWare 386 v3.10a that 
  9. would not allow a file's date/time to be set to 0.  Some applications known
  10. to set the date/time to 0 are Borland's Turbo C++ and Turbo Pascal products. 
  11. The compiler's "Build All" option within the integrated environment sets the
  12. date/time to 00's in order to force a full recompile of all source files. 
  13. Without this patch installed, the file's date/time remained unchanged. 
  14.  
  15. Unlike v3.0 patches, the SERVER.EXE file is not modified by this patch. 
  16. DTTMFIX.NLM will patch the Operating System in memory, not on the disk.  This
  17. means that DTTMFIX must be loaded each time the server is brought up for the
  18. patch to take effect.  It is recommended that the command "LOAD DTTMFIX" be
  19. placed in the server's AUTOEXEC.NCF file to ensure that the patch is always
  20. in effect when the server is brought up. 
  21.  
  22. Since it is a NetWare Loadable Module, DTTMFIX can be loaded and unloaded
  23. without having to bring the server down.  Once loaded, the Operating System
  24. is patched and ready to go.  Unloading DTTMFIX will restore the Operating
  25. System to its original "un-patched" state.   
  26.  
  27. Like all NLM-type patches, DTTMFIX requires the Patch Manager (PATCHMAN.NLM)
  28. to be loaded before it can be loaded.  If PATCHMAN is not already loaded,
  29. DTTMFIX will attempt to locate PATCHMAN and load it automatically if found. 
  30. PATCHMAN only needs to be loaded once and then all NLM patches can be loaded. 
  31. PATCHMAN cannot be unloaded until all patches that rely on it are first
  32. unloaded.  Typing "PATCHES" at the system command line once PATCHMAN is
  33. loaded will display all patches currently loaded on the file server. 
  34.  
  35. To implement this patch:   
  36.    
  37. 1)    Copy PATCHMAN.NLM and the DTTMFIX.NLM to the same directory as the other
  38.       NLM files on your system (SYS:SYSTEM is suggested).   
  39.  
  40. 2)    After the system is brought up, type LOAD PATCHMAN at the console.    
  41.  
  42. 3)    Type LOAD DTTMFIX.  A message will appear saying that the Operating
  43.       System has been successfully patched.  From this point on, all changes
  44.       are in effect until DTTMFIX is unloaded.  If an error message appears,
  45.       contact your NetWare support provider.
  46.    
  47. NOTE: Changes made by patches are typically addressed in future releases of
  48.       NetWare.  This patch and PATCHMAN.NLM will only operate on NetWare 386
  49.       v3.10a.  Future versions of NetWare 386 will require a version of
  50.       PATCHMAN specific to that release.   
  51.  
  52. *****************************************************************************
  53.                                   DISCLAIMER 
  54.  
  55.      Novell, Inc. makes no representations or warranties with respect to this
  56. software patch, and specifically disclaims any express or implied warranties
  57. of merchantability, title, or fitness for a particular purpose. 
  58.      Novell's intentions for this software patch is to provide a temporary
  59. work-around to the anomalies described in this file.  Such work-arounds are
  60. typically addressed in future releases of NetWare. 
  61.      Novell will not be responsible for any data loss that may result from
  62. implementing this patch.  Novell strongly recommends a backup be made before
  63. any patch is applied.   Technical support for this patch is provided at the
  64. discretion of Novell.  
  65. *****************************************************************************
  66.